#body {
  background-color: rgb(92, 33, 6);
  background-image: url('\/images\/brownNgoldSeamless.jpg');
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 3%;
}

a:link, a:visited {
  background-color: rgb(11, 73, 16);
  color: rgb(207, 182, 37);
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: goldenrod;
  color: black;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: goldenrod;
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: goldenrod;
  color: black;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: goldenrod;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
    background-color: goldenrod;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.active {
    background-color: goldenrod;
    color: black;
}

#nav {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  background-color: rgb(11, 73, 16);
  color: rgb(207, 182, 37);
  border-bottom: 3px solid goldenrod;
}

#middle {
  display: grid;
  grid-template-areas:
    "T T T"
    "M M M"
    "B B B";
  grid-template-columns: 3fr;
  gap: 3px;
}

#T-div {
  grid-area: T;
  height: 37px;
  line-height: 37px;
  width: 100%;
  min-width: 100%;
  max-width: 595px;
  padding-left: 1px;
  padding-right: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: rgb(11, 73, 16);
  color: rgb(207, 182, 37);
  opacity: 88%;
  border-left: 3px solid goldenrod;
  border-right: 3px solid goldenrod;
  border-top: 3px solid goldenrod;
  border-bottom: 3px solid goldenrod;
  align-content: center;
  align-self: center;
  align-items: center;
}

#M-div {
  grid-area: M;
  height: 645px;
  width: 100%;
  min-width: 100%;
  max-width: 595px;
  padding-left: 1px;
  padding-right: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: rgb(11, 73, 16);
  color: rgb(207, 182, 37);
  opacity: 88%;
  border-left: 3px solid goldenrod;
  border-right: 3px solid goldenrod;
  border-top: 3px solid goldenrod;
  border-bottom: 3px solid goldenrod;
  align-content: center;
  align-self: center;
  align-items: center;
}

#M-header {
  min-height: 73px;
  width: 100%;
  min-width: 80%;
  max-width: 595px;
  margin: auto;
  line-height: 73px;
  align-content: center;
  align-self: center;
  align-items: center;
}

#M-middle {
  height: 100%;
  min-height: 33%;
  max-height: 400px;
  width: 90%;
  min-width: 80%;
  max-width: 100%;
  margin: auto;
  line-height: 400px;
  background-color: rgb(92, 33, 6);
  color: rgb(207, 182, 37);
  opacity: 100%;
  border-left: 1px solid goldenrod;
  border-right: 1px solid goldenrod;
  border-top: 1px solid goldenrod;
  border-bottom: 1px solid goldenrod;
  align-content: center;
  align-self: center;
  align-items: center;
}

#post-date {
  align-content: center;
  align-self: center;
  align-items: center;
}

#M-footer {
  min-height: 23px;
  width: 100%;
  min-width: 23%;
  max-width: 272px;
  line-height: 23px;
  text-align: center;
  align-content: center;
  align-self: center;
  align-items: center;
}

#B-div {
  grid-area: B;
  height: 173px;
  width: 100%;
  min-width: 100%;
  max-width: 595px;
  margin-top: 3px;
  margin-bottom: 3px;
  line-height: 37px;
  background-color: rgb(11, 73, 16);
  color: rgb(207, 182, 37);
  opacity: 88%;
  border-left: 3px solid goldenrod;
  border-right: 3px solid goldenrod;
  border-top: 3px solid goldenrod;
  border-bottom: 3px solid goldenrod;
  align-content: center;
  align-self: center;
  align-items: center;
}

#header-banner-div {
  width: 100%;
  min-width: 50%;
  max-width: 595px;
  min-height: 73px;
  line-height: 73px;
  text-align: center;
  background-color: rgb(11, 73, 16);
  color: rgb(207, 182, 37);
  opacity: 100%;
  border-left: 3px solid goldenrod;
  border-right: 3px solid goldenrod;
  border-top: 3px solid goldenrod;
  border-bottom: 3px solid goldenrod;
  justify-self: center;
  align-content: center;
  align-self: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  margin-bottom: 10px;
}

#mid-div {
  text-align: center;
  width: 100%;
  min-width: 100%;
  max-width: 595px;
  height: 100%;
  min-height: 100%;
  max-height: 878px;
  background-color: rgb(217, 223, 168);
  color: rgb(0, 0, 0);
  border-left: 3px solid goldenrod;
  border-right: 3px solid goldenrod;
  border-top: 3px solid goldenrod;
  border-bottom: 3px solid goldenrod;
  background-image: url('\/images\/fantasyPaper.jpg');
  background-repeat: no-repeat;
  background-attachment: fill;
  background-size: cover;
  line-height: 959px;
}

#footer-div {
  display: grid;
  grid-template-areas:
    "Mid Mid Mid";
  grid-template-columns: 3fr;
  gap: 3px;
  position: fixed;
  bottom: 0%;
  left: 0%;
  height: 37px;
  width: 100%;
  background-color: rgb(11, 73, 16);
  color: rgb(207, 182, 37);
  border-top: 3px solid goldenrod;
  z-index: 1000;
}

#footer-m-div {
  grid-area: Mid;
  text-align: center;
  padding: -10px;
}
